'Declaration Public Function New( _ ByVal getCount As Func(Of Integer), _ ByVal select As Func(Of Integer,T) _ )
public C1DelegateList<T>( Func<int> getCount, Func<int,T> select )
Parameters
- getCount
- Function that returns the number of items.
- select
- The select function used to get the items.